-------------------------------------------------
TBR Grenades for ArmA2 (v1.3)
by
thebarricade
-------------------------------------------------
NOTE: some addons requires CBA (http://dev-heaven.net/projects/show/cca)

INFORMATION

Modifies grenades and grenade-launchers in ArmA2 to increase carrying capacity.

40mm grenades are now coming in 3-packs (that only takes up 1 ammo-slot). Maximum carrying capacity of 8x3 = 24 grenades.
30mm grenades comes in 5-packs, but these takes two slots. Maximum carrying capacity of 4x5 = 20 grenades.

Grenades will auto-reload within a pack, since the game treats a pack as a magazine, but reload time is set to 3 seconds. Normal reload must be performed between packs.

Sound has been added to the reload animation (this is untested in MP, so it might sound strange).

Handgrenades (and smokegrenades) come in 2-packs (occupying one slot).

All weapons that use the M203Muzzle or GP25Muzzle are (or should be) automatically compatible.

INCLUDED ADDONS...

tbr_handgrenades_a2.pbo
	- 2-packs for handgrenades
	
tbr_smokegrenades_a2.pbo
	- 2-packs for smokegrenades
	
tbr_launched_grenades_a2_xeh.pbo
	- 3-packs for 40 mm grenades
	- 5-packs for 30 mm grenades
	- animated reload between rounds (not when the currently used pack is empty)
	- this addon requires CBA (http://dev-heaven.net/projects/show/cca)
	- out-of-the-box configured for ArmA2 standard GL's and (some of)  RobertHammers GLs
	
tbr_launched_grenades_units_a2.pbo
	- Fix for troops using AK-style grenade-launchers (they were carrying huge amounts of grenades).
	- Completely optional if you want to have a challange.

USERCONFIG
	muzzles.hpp contains this row:
		muzzles[] = {"m203muzzle","rh_m203muzzle","gp25muzzle","rh_ag36muzzle","xm320muzzle"};
		
	If you want support for more grenade-launchers, somply add their muzzlenames to the array...

INSTALLATION (incredibly brief)

1. Copy the included @tbr-folder to your ArmA2-folder
2. Copy the userconfig-folder to your ArmA2 root-dir 
3. Add -mod=@tbr to your shortcut.

For a longer, and more pedagogical explanation go to Armaholic's FAQ -- http://www.armaholic.com/plug.php?e=faq&q=18

VERSION HISTORY
1.3
	Added userconfig for manually adding more grenade-launcher types...
	Removed the tbr_launched_grenades_a2.pgo (since the user-experience was less then optimal)
1.2
	Added sound to reload
	Fixed OPFOR troops carrying huge amounts of grenades
1.1
	Split addon into several small ones
	Added (experimental) animation of reloading

1.0
	Initial Release
